home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / smerge.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  512 b   |  19 lines

  1. .TH SMERGE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SMERGE
  5.  
  6.  
  7.  
  8.  SurfaceType SMERGE( SurfaceType Srf1, SurfaceType Srf2,
  9.                      NumericType Dir, NumericType SameEdge )
  10.  
  11. Merges two surfaces along the requested direction (ROW or COL). If
  12. SameEdge is non-zero (ON or TRUE), then the common edge is assumed to be
  13. identical and copied only once. Otherwise (OFF or FALSE), a ruled surface
  14. is constructed between the two surfaces along the (not) common edge.
  15.  
  16. Example:
  17.  
  18.  MergedSrf = SMERGE( Srf1, Srf2, ROW, TRUE );
  19.